type internal/profile.mappingKey

5 uses

	internal/profile (current package)
		merge.go#L35: 		mappings:  make(map[mappingKey]*Mapping, len(srcs[0].Mapping)),
		merge.go#L126: 	mappings  map[mappingKey]*Mapping
		merge.go#L308: func (m *Mapping) key() mappingKey {
		merge.go#L316: 	key := mappingKey{
		merge.go#L334: type mappingKey struct {